bitkeeper revision 1.1587 (429914fc4wycjm1BHhUK9gZ0LL0sIg)
authormaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>
Sun, 29 May 2005 01:03:56 +0000 (01:03 +0000)
committermaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>
Sun, 29 May 2005 01:03:56 +0000 (01:03 +0000)
VMX domains should not have SHM_write_all enabled.

xen/arch/x86/domain.c

index 1f42bd61ba657d369a4b0aceddeb0a1f43b78920..f7f7818de013fb0508b1aef101fd84755b0790eb 100644 (file)
@@ -357,7 +357,7 @@ static int vmx_final_setup_guest(
         /* Put the domain in shadow mode even though we're going to be using
          * the shared 1:1 page table initially. It shouldn't hurt */
         shadow_mode_enable(ed->domain,
-                           SHM_enable|SHM_write_all|SHM_refcounts|
+                           SHM_enable|SHM_refcounts|
                            SHM_translate|SHM_external);
     }